Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP !!! FEATURE: Custom graphql adapter #188

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Sebobo
Copy link
Member

@Sebobo Sebobo commented May 10, 2023

The goal is to replace the t3n/graphql-* packages.

This change will only support Neos 8.3 and 8.4 and lead to a new major version.

Resolves: #120

Adjusted Queries

  • asset
  • assets
  • assetCount
  • assetVariants
  • unusedAssets
  • unusedAssetCount
  • assetSources
  • assetCollections
  • assetCollection
  • assetUsageDetails
  • assetUsageCount
  • changedAssets
  • similarAssets
  • tags
  • tag
  • config

Adjusted Mutations

  • updateAsset
  • deleteAsset
  • replaceAsset
  • editAsset
  • tagAsset
  • untagAsset
  • setAssetTags
  • setAssetCollections
  • deleteTag
  • createTag
  • uploadFile
  • uploadFiles
  • importAsset
  • createAssetCollection
  • deleteAssetCollection
  • updateAssetCollection
  • setAssetCollectionParent
  • updateTag

@Sebobo Sebobo added this to the v2.0 milestone May 10, 2023
@Sebobo Sebobo force-pushed the feature/custom-graphql-adapter branch from ae85434 to 5752843 Compare January 14, 2025 15:01
@Sebobo Sebobo force-pushed the feature/custom-graphql-adapter branch from 5752843 to 0c5f3dc Compare January 20, 2025 09:43
@Sebobo Sebobo added the Feature A new feature label Jan 23, 2025
@Sebobo Sebobo changed the title WIP FEATURE: Custom graphql adapter WIP !!! FEATURE: Custom graphql adapter Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of t3n/graphql dependency
1 participant